home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 2 / PCU0703CD2.iso / entertn / demos / files / ron.exe / data / triggerbuilder.xml < prev    next >
Encoding:
Text File  |  2003-04-29  |  3.4 KB  |  68 lines

  1. <!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by Ilya Kreymer (private) -->
  2. <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Jason Coleman (Big Huge Games) -->
  3. <ROOT>
  4.   <MAIN_WIN name="Trigger Editor" left="0" top="0" width="700" height="600">
  5.     <BUTTON name="add" left="500" top="100" width="40" height="30"></BUTTON>
  6.     <BUTTON name="remove" left="550" top="100" width="40" height="30"></BUTTON>
  7.     <TREE name="trigger_tree" left="10" top="10" width="450" height="450" style="BORDER"></TREE>
  8.     <ITEMS name="node names">
  9.       <ITEM>Trigger</ITEM>
  10.       <ITEM>Conditions</ITEM>
  11.       <ITEM>Actions</ITEM>
  12.       <ITEM>Nested Expression</ITEM>
  13.     </ITEMS>
  14.     <ITEMS name="add_labels">
  15.       <ITEM>Trigger Function...</ITEM>
  16.       <ITEM>Enter Value...</ITEM>
  17.       <ITEM>Select Variable...</ITEM>
  18.       <ITEM><Nested Expression></ITEM>
  19.     </ITEMS>
  20.   </MAIN_WIN>
  21.   <FUNCTIONS_WIN name="Functions" left="20" top="20" width="600" height="450" title="Trigger Functions">
  22.     <COMBOBOX name="group_list" left="10" top="100" width="200" height="35"></COMBOBOX>
  23.     <LISTBOX2 name="func_list" left="10" top="160" width="200" height="200"></LISTBOX2>
  24.     <BUTTON title="Insert Func" name="Insert" left="40" top="370" width="60" height="30"></BUTTON>
  25.     <BUTTON title="Cancel" name="Cancel" left="110" top="370" width="60" height="30"></BUTTON>
  26.     <LABEL name="func_search" left="10" top="20" width="60" height="45">Select a Function:</LABEL>
  27.     <SEARCH_EDITBOX name="group_list" left="80" top="20" width="150" height="30"></SEARCH_EDITBOX>
  28.     <LABEL name="func_desc" left="230" top="160" width="200" height="200"></LABEL>
  29.     <STYLE BORDER="1" CAPTION="1"></STYLE>
  30.   </FUNCTIONS_WIN>
  31.   <CONDITION_WIN name="Trigger Conditions" left="100" top="100" right="400" bottom="400">
  32.     <BUTTON name="Add Condition" left="10" top="100" right="60"></BUTTON>
  33.     <BUTTON name="Remove Condition" left="75" top="100" right="140"></BUTTON>
  34.     <BUTTON name="OK" left="75" top="200" right="140"></BUTTON>
  35.     <BUTTON name="Cancel" left="75" top="200" right="140"></BUTTON>
  36.     <WINDOW name="expr_win">
  37.       <CHECK name="Not" left="80" top="2" width="20" height="50"></CHECK>
  38.       <COMBO name="BoolTypes" left="100" top="0" width="20" height="50">
  39.         <ITEM>AND</ITEM>
  40.         <ITEM>OR</ITEM>
  41.         <ITEM>AND NOT</ITEM>
  42.         <ITEM>OR NOT</ITEM>
  43.       </COMBO>
  44.       <COMBO name="ExprTypes" left="110" top="0" width="100" height="50">
  45.         <ITEM>Trigger Function</ITEM>
  46.         <ITEM>Number</ITEM>
  47.         <ITEM>Text</ITEM>
  48.         <ITEM>Variable</ITEM>
  49.         <ITEM>Expression</ITEM>
  50.       </COMBO>
  51.     </WINDOW>
  52.   </CONDITION_WIN>
  53.   <FUNC_ENTRY_WIN name="Function Entry" left="20" top="20" width="600" height="400">
  54.     <COMBOBOX name="Param" left="10" top="10" width="100" height="35"></COMBOBOX>
  55.   </FUNC_ENTRY_WIN>
  56.   <DATA_ENTRY_WIN name="DataEntry" left="0" top="0" width="500" height="400">
  57.     <COMBO name="valuetype" left="10" top="50" width="80" height="30">
  58.       <ITEM>Text</ITEM>
  59.       <ITEM>Number</ITEM>
  60.       <ITEM>Variable Name</ITEM>
  61.     </COMBO>
  62.     <LABEL left="10" top="10" width="75" height="30">Enter the data to add (text or number) below:</LABEL>
  63.     <EDITBOX name="datafield" left="10" top="100" width="300" height="200"></EDITBOX>
  64.     <BUTTON name="OK" left="40" top="320" width="50" height="30"></BUTTON>
  65.     <BUTTON name="Cancel" left="100" top="320" width="50" height="30"></BUTTON>
  66.   </DATA_ENTRY_WIN>
  67. </ROOT>
  68.